home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / BCCGRX12.ZIP / contrib / bcc2grx / src / changes < prev    next >
Text File  |  1993-07-23  |  2KB  |  35 lines

  1. ******* 1.1 --> 1.2
  2.  
  3. - installuserfont() accepts GRX font names (name.fnt).
  4. - getmodename() supports modes >32768 colors
  5. - initgraph() has NATIVE_GRX driver entry. NATIVE_GRX supports
  6.   the default, biggest (noninterlaced), BGI_mode graphics and all valid
  7.   modes from .grn drivers
  8. - set_BGI_mode()/set_BGI_mode_whc() routines to emulate BGI driver resolutions
  9. - floodfill() doesn't uses second context in simple cases (much faster),
  10.   leaves viewport if no clipping required
  11. - getmoderange(), getmaxmode() and getpalettesize() will call
  12.   __gr_set_up_modes() first -->> returned values are initialized
  13. - closegraph() resets __gr_INIT flag
  14. - cleardevice(), clearviewport(), imagesize(), graphresult(), getmaxcolor(), getgraphmode(), getpixel() and
  15.   putpixel() are checking  __gr_INIT  flag now
  16. - setrgbpalette() check's initgraph(), moved from bccgrx.h -> bccgrx20.c
  17. - drawpoly() always closed the polygon -- fixed.
  18. - registerfarbgifont() now same as registerbgifont()
  19. - setgraphbufsize() returns a defined value
  20. - setwritemode() protects against setting color bits
  21. - detectgraph() returns the correct graphdriver info
  22. - graphdefaults() doesn't call setlinestyle() & setviewport() any more
  23. - bccgrx.c/__gr_set_up_modes() executed once only (fixes memory waste)
  24.  
  25. ******* 1.0 --> 1.1
  26.  
  27. - initgraph() will set the requested graphmode if graphdriver != DETECT.
  28. - using GrHLineNC and GrPixelNC in bccgrx09.c / _floodfill()
  29. - BCC2GRX should run correct with old style drivers (.grd)
  30.   (bccgrx.c/__gr_set_up_modes changed)
  31. - Corrected detectgraph()/initgraph() problem calling Gr... funcs
  32.   before GrSetMode()
  33. - Used normal filled / solid line commands where ever possible
  34. - Text direction and justify setting compatible with Borland definition
  35.